home *** CD-ROM | disk | FTP | other *** search
/ Dermatology Step by Step / Dermatology Step by Step.iso / pc / Media / Dermatology / AlgorithmStatic.swf / scripts / DefineSprite_120 / frame_26 / DoAction.as
Encoding:
Text File  |  2001-02-05  |  90 b   |  10 lines

  1. if(myState == "off")
  2. {
  3.    gotoAndStop(1);
  4. }
  5. else
  6. {
  7.    gotoAndStop(15);
  8. }
  9. stop();
  10.